/usr/share/doc/python-pygccxml/examples/example.rest is in python-pygccxml 1.0.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | =======
Example
=======
**Example**
This example prints all declarations found in `example.hpp`_ file. For every class,
it prints it's base and derived classes.
The example consists from few files:
* `example.hpp`_ - C++ source code, this file was passed to GCC-XML
* `example.hpp.xml`_ - xml file, generated by GCC-XML from `example.hpp`_ one
* `example.py`_ - Python script, which uses `pygccxml`_ package to extract the
information about classes and functions
* `output.txt`_ - captured output from executing `example.py`_ file
.. _`example.hpp`: ./example.hpp.html
.. _`example.hpp.xml`: ./example.hpp.xml.html
.. _`example.py`: ./example.py.html
.. _`output.txt`: ./output.txt.html
.. _`pygccxml`: ./../pygccxml.html
|