Revision: 1640
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1640&view=rev
Author: roman_yakovenko
Date: 2009-01-29 19:49:51 +0000 (Thu, 29 Jan 2009)
Log Message:
-----------
change *.txt to *.rest
Added Paths:
-----------
pygccxml_dev/docs/apidocs/binary_parsers.rest
pygccxml_dev/docs/apidocs/parser.rest
pygccxml_dev/docs/apidocs/utils.rest
Removed Paths:
-------------
pygccxml_dev/docs/apidocs/binary_parsers.txt
pygccxml_dev/docs/apidocs/parser.txt
pygccxml_dev/docs/apidocs/utils.txt
Copied: pygccxml_dev/docs/apidocs/binary_parsers.rest (from rev 1638, pygccxml_dev/docs/apidocs/binary_parsers.txt)
===================================================================
--- pygccxml_dev/docs/apidocs/binary_parsers.rest (rev 0)
+++ pygccxml_dev/docs/apidocs/binary_parsers.rest 2009-01-29 19:49:51 UTC (rev 1640)
@@ -0,0 +1,39 @@
+===========================
+pygccxml.binary_parsers API
+===========================
+
+This page contains the `pygccxml.binary_parsers` package API documentation.
+
+The :mod:`pygccxml.binary_parsers` package
+------------------------------------------
+
+.. automodule:: pygccxml.binary_parsers
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+
+The :mod:`pygccxml.binary_parsers.get_dll_exported_symbols` module
+------------------------------------------------------------------
+
+.. automodule:: pygccxml.binary_parsers.get_dll_exported_symbols
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`pygccxml.binary_parsers.parsers` module
+-------------------------------------------------
+
+.. automodule:: pygccxml.binary_parsers.parsers
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`pygccxml.binary_parsers.undname` module
+-------------------------------------------------
+
+.. automodule:: pygccxml.binary_parsers.undname
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
Property changes on: pygccxml_dev/docs/apidocs/binary_parsers.rest
___________________________________________________________________
Added: svn:mergeinfo
+
Deleted: pygccxml_dev/docs/apidocs/binary_parsers.txt
===================================================================
--- pygccxml_dev/docs/apidocs/binary_parsers.txt 2009-01-29 19:41:13 UTC (rev 1639)
+++ pygccxml_dev/docs/apidocs/binary_parsers.txt 2009-01-29 19:49:51 UTC (rev 1640)
@@ -1,39 +0,0 @@
-===========================
-pygccxml.binary_parsers API
-===========================
-
-This page contains the `pygccxml.binary_parsers` package API documentation.
-
-The :mod:`pygccxml.binary_parsers` package
-------------------------------------------
-
-.. automodule:: pygccxml.binary_parsers
- :members:
- :undoc-members:
- :show-inheritance:
-
-
-The :mod:`pygccxml.binary_parsers.get_dll_exported_symbols` module
-------------------------------------------------------------------
-
-.. automodule:: pygccxml.binary_parsers.get_dll_exported_symbols
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`pygccxml.binary_parsers.parsers` module
--------------------------------------------------
-
-.. automodule:: pygccxml.binary_parsers.parsers
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`pygccxml.binary_parsers.undname` module
--------------------------------------------------
-
-.. automodule:: pygccxml.binary_parsers.undname
- :members:
- :undoc-members:
- :show-inheritance:
-
Copied: pygccxml_dev/docs/apidocs/parser.rest (from rev 1638, pygccxml_dev/docs/apidocs/parser.txt)
===================================================================
--- pygccxml_dev/docs/apidocs/parser.rest (rev 0)
+++ pygccxml_dev/docs/apidocs/parser.rest 2009-01-29 19:49:51 UTC (rev 1640)
@@ -0,0 +1,85 @@
+..\Pygccxml_Dev\Pygccxml\Parser Documentation
+=============================================
+
+This page contains the ..\Pygccxml_Dev\Pygccxml\Parser Package documentation.
+
+The :mod:`parser.config` Modules
+--------------------------------
+
+.. automodule:: parser.config
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`parser.declarations_cache` Modules
+--------------------------------------------
+
+.. automodule:: parser.declarations_cache
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`parser.directory_cache` Modules
+-----------------------------------------
+
+.. automodule:: parser.directory_cache
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`parser.etree_scanner` Modules
+---------------------------------------
+
+.. automodule:: parser.etree_scanner
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`parser.linker` Modules
+--------------------------------
+
+.. automodule:: parser.linker
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`parser.patcher` Modules
+---------------------------------
+
+.. automodule:: parser.patcher
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`parser.project_reader` Modules
+----------------------------------------
+
+.. automodule:: parser.project_reader
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`parser.scanner` Modules
+---------------------------------
+
+.. automodule:: parser.scanner
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`parser.source_reader` Modules
+---------------------------------------
+
+.. automodule:: parser.source_reader
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`..\pygccxml_dev\pygccxml\parser` Package
+--------------------------------------------------
+
+.. automodule:: ..\pygccxml_dev\pygccxml\parser
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
Property changes on: pygccxml_dev/docs/apidocs/parser.rest
___________________________________________________________________
Added: svn:mergeinfo
+
Deleted: pygccxml_dev/docs/apidocs/parser.txt
===================================================================
--- pygccxml_dev/docs/apidocs/parser.txt 2009-01-29 19:41:13 UTC (rev 1639)
+++ pygccxml_dev/docs/apidocs/parser.txt 2009-01-29 19:49:51 UTC (rev 1640)
@@ -1,85 +0,0 @@
-..\Pygccxml_Dev\Pygccxml\Parser Documentation
-=============================================
-
-This page contains the ..\Pygccxml_Dev\Pygccxml\Parser Package documentation.
-
-The :mod:`parser.config` Modules
---------------------------------
-
-.. automodule:: parser.config
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`parser.declarations_cache` Modules
---------------------------------------------
-
-.. automodule:: parser.declarations_cache
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`parser.directory_cache` Modules
------------------------------------------
-
-.. automodule:: parser.directory_cache
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`parser.etree_scanner` Modules
----------------------------------------
-
-.. automodule:: parser.etree_scanner
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`parser.linker` Modules
---------------------------------
-
-.. automodule:: parser.linker
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`parser.patcher` Modules
----------------------------------
-
-.. automodule:: parser.patcher
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`parser.project_reader` Modules
-----------------------------------------
-
-.. automodule:: parser.project_reader
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`parser.scanner` Modules
----------------------------------
-
-.. automodule:: parser.scanner
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`parser.source_reader` Modules
----------------------------------------
-
-.. automodule:: parser.source_reader
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`..\pygccxml_dev\pygccxml\parser` Package
---------------------------------------------------
-
-.. automodule:: ..\pygccxml_dev\pygccxml\parser
- :members:
- :undoc-members:
- :show-inheritance:
-
Copied: pygccxml_dev/docs/apidocs/utils.rest (from rev 1638, pygccxml_dev/docs/apidocs/utils.txt)
===================================================================
--- pygccxml_dev/docs/apidocs/utils.rest (rev 0)
+++ pygccxml_dev/docs/apidocs/utils.rest 2009-01-29 19:49:51 UTC (rev 1640)
@@ -0,0 +1,21 @@
+..\Pygccxml_Dev\Pygccxml\Utils Documentation
+============================================
+
+This page contains the ..\Pygccxml_Dev\Pygccxml\Utils Package documentation.
+
+The :mod:`utils.fs_utils` Modules
+---------------------------------
+
+.. automodule:: pygccxml.utils.fs_utils
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+The :mod:`..\pygccxml_dev\pygccxml\utils` Package
+-------------------------------------------------
+
+.. automodule:: pygccxml.utils
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
Property changes on: pygccxml_dev/docs/apidocs/utils.rest
___________________________________________________________________
Added: svn:mergeinfo
+
Deleted: pygccxml_dev/docs/apidocs/utils.txt
===================================================================
--- pygccxml_dev/docs/apidocs/utils.txt 2009-01-29 19:41:13 UTC (rev 1639)
+++ pygccxml_dev/docs/apidocs/utils.txt 2009-01-29 19:49:51 UTC (rev 1640)
@@ -1,21 +0,0 @@
-..\Pygccxml_Dev\Pygccxml\Utils Documentation
-============================================
-
-This page contains the ..\Pygccxml_Dev\Pygccxml\Utils Package documentation.
-
-The :mod:`utils.fs_utils` Modules
----------------------------------
-
-.. automodule:: pygccxml.utils.fs_utils
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`..\pygccxml_dev\pygccxml\utils` Package
--------------------------------------------------
-
-.. automodule:: pygccxml.utils
- :members:
- :undoc-members:
- :show-inheritance:
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|