- 18 Jan, 2014 4 commits
-
-
Dimitri van Heesch authored
Documentation corrections
-
Dimitri van Heesch authored
Fix to VHDL scanner.
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 17 Jan, 2014 1 commit
-
-
Craig Thomas Noble authored
The following code should produce two groups, each containing one page, within the same documentation scope, currently it nests these groups and pages, resulting in incorrect documentation. --! \defgroup group1 Group 1 --! \{ --! @brief Group 1 --! \} --! \ingroup group1 --! \{ --! \page group1_page1 Page 1 --! \verbatim --! Some Page 1 text --! \endverbatim --! \} --! \defgroup group2 Group 2 --! \{ --! @brief Group 2 --! \} --! \ingroup group2 --! \{ --! \page group2_page1 Page 1 --! \verbatim --! Some Page 1 text --! \endverbatim --! \} Similar C code to demonstrate the correct output. //! \defgroup group1 Group 1 //! \{ //! @brief Group 1 //! \} //! \ingroup group1 //! \{ //! \page group1_page1 Page 1 //! \verbatim //! Some Page 1 text //! \endverbatim //! \} //! \defgroup group2 Group 2 //! \{ //! @brief Group 2 //! \} //! \ingroup group2 //! \{ //! \page group2_page1 Page 1 //! \verbatim //! Some Page 1 text //! \endverbatim //! \}
-
- 15 Jan, 2014 2 commits
-
-
Dimitri van Heesch authored
Wrong UTF 8 codes
-
albert-github authored
The utf-8 code for eta was identical to the code for theta and the code for Prime was identical to the one for prime
-
- 14 Jan, 2014 2 commits
-
-
Dimitri van Heesch authored
sqlite3: clear bindings on errors and more care with return
-
Adrian Negreanu authored
* call sqlite3_clear_bindings when step fails * more miss-placed returns Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
- 12 Jan, 2014 4 commits
-
-
Dimitri van Heesch authored
-
albert-github authored
Adjusted documentation so that -- in \c and <code> are shown as -- by placing the parts in ` (backtick)
-
albert-github authored
Corrected some spelling errors and added / correceted some references
-
Dimitri van Heesch authored
-
- 11 Jan, 2014 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 09 Jan, 2014 6 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
add search.py, a client for doxygen_sqlite3.db
-
Dimitri van Heesch authored
sqlite3: tweaks for performance
-
Adrian Negreanu authored
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
Adrian Negreanu authored
these were causing a major performance hit Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
Adrian Negreanu authored
the code comes from the early stage of sqlite3gen, when xref keys were kept as "file:line:column", not as function name. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
- 08 Jan, 2014 10 commits
-
-
Dimitri van Heesch authored
sqlite3: use the new qtools API
-
Adrian Negreanu authored
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
Dimitri van Heesch authored
Bug 683115 - Command ignored when using umlauts in markdown and also C-comments in markdown didn't work properly
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Bug 721618 - Move contructors and move assignment operators of embedded classes of template classes cannot be matched.
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 05 Jan, 2014 2 commits
-
-
Dimitri van Heesch authored
Bug 626172 - Latex $projectname with "&" gets no escaped
-
Dimitri van Heesch authored
-
- 04 Jan, 2014 2 commits
-
-
Dimitri van Heesch authored
-
albert-github authored
The variable elements in the header en footer should be converted to latex string, now they are in the format as defined in the Doxyfile
-
- 03 Jan, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 02 Jan, 2014 4 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Bug 721302 - [Latex/PDF] Merging brief and detailed description in file section
-
Dimitri van Heesch authored
add css-escape to avoid jquery based xss
-
Dimitri van Heesch authored
Bug 436885 - c-source and h-source missing for latex
-