This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alexander Senier
committed
Dec 8, 2019
1 parent
d600459
commit 1b0bade
Showing
10 changed files
with
972 additions
and
1,277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Oops, something went wrong.