Hello David,
Generated reference doc with GPS is very useful for me as to get all children
of Element_Type:
With script docgen_base_tags.py enabled in GPS you can parse the following
custom tags:
- description
- summary
- parameter (attribute "name" is expected)
- exception
- seealso
- c_version
- group (this builds a custom index from all <group>A Group</group> tags)
Have you make some progress about doc generation?
If you agree I may bring some help.
While generating the html reference doc with GPS, I add the created directory
to gitignore:
diff --git a/.gitignore b/.gitignore
index 7ecd88d..29ec2e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
obj/
bin/
lib/
+html/gnoga_docs
gnatinspect.db
.DS_Store
*.o
By the way, I would rather put it in docs directory:
./docs/html/gnoga_rm
diff --git a/src/gnoga.gpr b/src/gnoga.gpr
index 5249ac6..e1018df 100644
--- a/src/gnoga.gpr
+++ b/src/gnoga.gpr
@@ -15,7 +15,7 @@ project Gnoga is
package Binder renames Settings.Binder;
package IDE is
- for Documentation_Dir use "../html/gnoga_docs";
+ for Documentation_Dir use "../docs/html/gnoga_rm";
end IDE;
end Gnoga;
Regards, Pascal.
http://blady.pagesperso-orange.fr
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list