Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Update API documentation
Browse files Browse the repository at this point in the history
Alexander Senier committed Dec 8, 2019
1 parent d600459 commit 1b0bade
Showing 10 changed files with 972 additions and 1,277 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ prove_tests: prove_lib
doc: doc/api/index.html

doc/api/index.html: build/SXML.gpr
@$(GPRBUILD) -P build/SXML -Xlibtype=dynamic
@$(GNATDOC) -q -P build/SXML --no-subprojects -Xlibtype=dynamic -XRTS=native -Xcallgraph=none -w -l --enable-build
@$(GNATDOC) -P build/SXML --no-subprojects -Xlibtype=dynamic -XRTS=native -Xcallgraph=none -w -l --enable-build
@$(GPRBUILD) -P build/doc
@$(GNATDOC) -q -P build/doc --no-subprojects -XMode=$(MODE) -w -l --enable-build
@$(GNATDOC) -P build/doc --no-subprojects -XMode=$(MODE) -w -l --enable-build

testonly: build/SXML.gpr
$(GPRBUILD) $(GPRBUILD_OPTS) -P tests/execute/tests
4 changes: 0 additions & 4 deletions build/SXML.gpr
Original file line number Diff line number Diff line change
@@ -70,10 +70,6 @@ is
for Switches use ("-Wa", "-a", "-p", "-ca", "-x", "-u64");
end Stack;

package Documentation is
for Documentation_Dir use "../doc/api";
end Documentation;

Proof_Switches :=
(
"-j0",
14 changes: 14 additions & 0 deletions build/doc.gpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
with "switches";
with "../contrib/basalt/basalt";

project Doc
is
for Create_Missing_Dirs use "true";

package Documentation is
for Documentation_Dir use "../doc/api";
end Documentation;

for Source_Dirs use ("../src", "../src/unbounded");
for Object_Dir use "../obj/doc";
end Doc;
Loading

0 comments on commit 1b0bade

Please sign in to comment.