Skip to content

Commit

Permalink
Merge pull request #562 from gmlueck/gmlueck/synopsis-titles-and-xrefs
Browse files Browse the repository at this point in the history
Add API synopsis titles and cross references
  • Loading branch information
gmlueck authored Jun 13, 2024
2 parents 1b8c0c0 + 17aaf0d commit 61fe3e2
Show file tree
Hide file tree
Showing 6 changed files with 301 additions and 7 deletions.
3 changes: 2 additions & 1 deletion adoc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ ADOCOPTS = --doctype book $(ADOCMISCOPTS) $(ATTRIBOPTS) \
ADOCHTMLEXTS = --require $(CURDIR)/config/katex_replace.rb \
--require $(CURDIR)/config/loadable_html.rb \
--require $(CURDIR)/config/synopsis.rb \
--require $(CURDIR)/config/accordion_toc.rb
--require $(CURDIR)/config/accordion_toc.rb \
--require $(CURDIR)/config/api_xrefs.rb
# ADOCHTMLOPTS relies on the relative runtime path from the output HTML
# file to the katex scripts being set with KATEXDIR. This is overridden
Expand Down
Loading

0 comments on commit 61fe3e2

Please sign in to comment.