Update of /cvsroot/pygccxml/source/pygccxml/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1480/pygccxml/docs
Modified Files:
pygccxml.rest
Added Files:
declarations_uml.png parser_uml.png pygccxml_uml.vsd
Removed Files:
core_class_hierarchy.hpp core_class_hierarchy.hpp.xml
declarations.png default.css example.py example_output.txt
generate_docs.py parser.png pygccxml.vsd
Log Message:
I hope those are last big changes in the project to this release.
Those changes give us an ability to create "setups" in one click
cd release_manager
python release_builder.py
Enjoy
--- parser.png DELETED ---
--- example.py DELETED ---
--- NEW FILE: pygccxml_uml.vsd ---
(This appears to be a binary file; contents omitted.)
--- generate_docs.py DELETED ---
--- NEW FILE: parser_uml.png ---
(This appears to be a binary file; contents omitted.)
--- core_class_hierarchy.hpp.xml DELETED ---
--- declarations.png DELETED ---
--- core_class_hierarchy.hpp DELETED ---
--- example_output.txt DELETED ---
--- NEW FILE: declarations_uml.png ---
(This appears to be a binary file; contents omitted.)
--- pygccxml.vsd DELETED ---
Index: pygccxml.rest
===================================================================
RCS file: /cvsroot/pygccxml/source/pygccxml/docs/pygccxml.rest,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pygccxml.rest 6 Apr 2006 06:15:57 -0000 1.6
--- pygccxml.rest 9 Apr 2006 05:16:31 -0000 1.7
***************
*** 37,50 ****
-------------
First of all let's see a small and simple `example`_. This example prints all
! declarations found in the `core_class_hierarchy.hpp`_ file. Also, for instances
! that describe a C++ class it will print base and derived class names. This example
! is also interesting because it `shows`_ us how simple it is to find all base
! and derived classes. If someone is still curious how it looks "in the real
! life" he may look at the `original XML file`_ generated by `GCC-XML`_.
! .. _`original XML file` : ./core_class_hierarchy.hpp.xml
! .. _`core_class_hierarchy.hpp` : ./core_class_hierarchy.hpp
! .. _`shows` : ./example_output.txt
! .. _`example` : ./example.py
I like it, but what else can you propose?
--- 37,49 ----
-------------
First of all let's see a small and simple `example`_. This example prints all
! declarations found in the global namespace after `GCC-XML`_ has parsed
! `core_class_hierarchy.hpp`_ file. Also it prints all clasess, and for every class
! it will print it's base and derived classes. It was simple task, right? If you
! are still curious how it looks "in the real life", I mean how xml file
! is look like, you may look at the `original XML file`_ generated by `GCC-XML`_.
! .. _`original XML file` : ./example/core_class_hierarchy.hpp.xml
! .. _`core_class_hierarchy.hpp` : ./example/core_class_hierarchy.hpp
! .. _`example` : ./example/example.py
I like it, but what else can you propose?
***************
*** 317,322 ****
.. _`Boost Software License`: http://boost.org/more/license_info.html
.. _`Debian Linux`: http://www.debian.org
! .. _`UML diagram` : ./declarations.png
! .. _`Parser package` : ./parser.png
.. _`ReleaseForge` : http://releaseforge.sourceforge.net
.. _`boost::type_traits` : http://www.boost.org/libs/type_traits/index.html
--- 316,321 ----
.. _`Boost Software License`: http://boost.org/more/license_info.html
.. _`Debian Linux`: http://www.debian.org
! .. _`UML diagram` : ./declarations_uml.png
! .. _`Parser package` : ./parser_uml.png
.. _`ReleaseForge` : http://releaseforge.sourceforge.net
.. _`boost::type_traits` : http://www.boost.org/libs/type_traits/index.html
--- default.css DELETED ---
|