Browse Source

Minor documentation update.

avkonst 12 years ago
parent
commit
70373c31ff
1 changed files with 18 additions and 1 deletions
  1. 18 1
      mainline/doc/project.html

+ 18 - 1
mainline/doc/project.html

@@ -469,7 +469,24 @@ along with Metrix++. If not, see <http://www.gnu.org/licenses/>.
 
                 <p>Parser for C/C++ language can serve as <a
                 href="http://swi.svn.sourceforge.net/viewvc/swi/mainline/ext/std/code/cpp.py">an
-                example</a>.</p>
+                example</a>. There useful options are avaialble for
+                trobuleshooting purposes during development:</p>
+                <ul>
+                  <li><span
+                    class="normalImportance">--std.code.dumper.on</span> If the
+                    option is set (True), HTML files are generated for every
+                    parsed file with code showing identified markers and
+                    regions (functions only) [default: False]</li>
+                  <li><span class="normalImportance">--std.code.test.on</span>
+                    Enables test plugin. Currently dumps to stdout structure of
+                    the code (tree of namespaces, classes and functions
+                    identified) after processing by a parser (for development
+                    purposes) [default: False]</li>
+                  <li><span
+                    class="normalImportance">--general.log-level</span>=GENERAL.LOG_LEVEL
+                    Defines log level. Possible values are
+                    'DEBUG','INFO','WARNING' or 'ERROR' [default: INFO]</li>
+                </ul>
 
                 <p>Finally, if there are any questions or enquires, please,
                 feel free to contact <a