diff options
| author | georg.brandl <devnull@localhost> | 2008-05-04 17:55:35 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-05-04 17:55:35 +0000 |
| commit | 20a69a69bfa61f7894d81859e1e8a433a3051929 (patch) | |
| tree | 1717787edfeca2182238b6b6ac5a2bb58601dbde /doc | |
| parent | 926864fa3119348a86c2f1f8f8ed83239bcecd66 (diff) | |
| download | sphinx-20a69a69bfa61f7894d81859e1e8a433a3051929.tar.gz | |
* Support for C class names (and const specifiers).
* Fix handling of describe environment.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/concepts.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/concepts.rst b/doc/concepts.rst index 2b135594..a2cfaf83 100644 --- a/doc/concepts.rst +++ b/doc/concepts.rst @@ -16,6 +16,16 @@ directory`, the extension is stripped, and path separators are converted to slashes. All values, parameters and suchlike referring to "documents" expect such a document name. +.. cfunction:: Class::method(int bla, int foo) const + + pass + +.. cmdoption:: --longopt <arg> + +.. class:: Test + + .. method:: X + The TOC tree ------------ |
