Skip to content

Commit

Permalink
WIP: Remove all native_doc -> adoc translators
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnangovindraj committed Jan 2, 2024
1 parent fd29030 commit db985cd
Show file tree
Hide file tree
Showing 20 changed files with 33 additions and 2,210 deletions.
11 changes: 1 addition & 10 deletions docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@
# under the License.
#

exports_files(glob(["**/*.kt"]))
exports_files(["cpp/doxyfile.template", "cpp/doxyfile_templater.py"])

load("@io_bazel_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")

kt_jvm_library(
name = "html_docs_to_adoc_lib",
srcs = glob(["adoc/*.kt", "dataclasses/*.kt", "util/*.kt"]),
visibility = ["//visibility:public"],
)
exports_files(["cpp/doxyfile.template"])

load("@vaticle_dependencies_tool_docs//:requirements.bzl", docs_requirement = "requirement")

Expand Down
83 changes: 0 additions & 83 deletions docs/adoc/AsciiDocBuilder.kt

This file was deleted.

50 changes: 0 additions & 50 deletions docs/adoc/AsciiDocTableBuilder.kt

This file was deleted.

Loading

0 comments on commit db985cd

Please sign in to comment.