- 17 Feb, 2014 1 commit
-
-
albert-github authored
remove the % sign from some relevant places. The % sign is to prevent automatic linking.
-
- 15 Feb, 2014 11 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Pull out property names in Objective-C.
-
Dimitri van Heesch authored
Properly escape the XCODE path.
-
Dimitri van Heesch authored
Made documentation more consistent
-
Dimitri van Heesch authored
Command \< and \> are not properly shown in section headers (and consequently in index)
-
Dimitri van Heesch authored
Superfluous backslash in documentation
-
Dimitri van Heesch authored
A new files have been added but is not incorporated in the windows build part
-
Dimitri van Heesch authored
Place where dot executable is found
-
Jeff Verkoeyen authored
Property names are everything after the ::.
-
Jeff Verkoeyen authored
This was causing problems on my system where Xcode is installed at /Applications/Xcode 5.0/
-
- 12 Feb, 2014 5 commits
-
-
albert-github authored
Made documentation for custom commands more consistent and remove not required backslashes
-
albert-github authored
In the pdf version of the doxygen manual (version 1.8.6) the commands \< and \> are shown as < and > Tests (on the doxygen manual) revealed that the exception rules were nor required.
-
albert-github authored
Some superfluous backslashes were found in the documentation (1.8.6 manual page 52, diagrams section)
-
albert-github authored
The build references for htmlentity.{cpp,h} were missing for windows builds
-
albert-github authored
In the current vhdl part of the code it is required that the dot executable is in the path. On in dot.cpp the possibility exists that the dot executable is found through the configuration setting DOT_PATH. This patch makes this more consistent
-
- 11 Feb, 2014 3 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 10 Feb, 2014 4 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 09 Feb, 2014 8 commits
-
-
Dimitri van Heesch authored
Merge branch 'feature/html_entities' of https://github.com/albert-github/doxygen into albert-github-feature/html_entities
-
Dimitri van Heesch authored
On windows citelist.doc remains
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
albert-github authored
On windows the file citelist.doc is not removed as it is not closed. This patch closes the file.
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
sqlite3 updates
-
- 08 Feb, 2014 8 commits
-
-
Dimitri van Heesch authored
-
Adrian Negreanu authored
+ -I <I> Get the includers of <I> + -i <I> Get the includees of <I> + -M <C> Get all members of class <C> + -B <C> Get the base classes of class <C> + -S <C> Get the sub classes of class <C> Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
Adrian Negreanu authored
* template and function arguments * innernamespaces * put sqlite3_stmt and the coresponding query in a struct * use has(Multi|One)LineInitializer instead of hardcoded value when extracting references from initializers * sqlite3_clear_bindings in step() * getRow in step() should use different sqlite3_ functions depending on wether is doing 'INSERT' or 'SELECT' includes table uses only file IDs Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
albert-github authored
In doxygen a limited number of HTML4 special character entities are recognized, with this patch the full list of HTML4 special character entities (see http://www.w3.org/TR/html4/sgml/entities.html) is supported (as far as they can be represented in the output format). - doxygen_manual.tex - latexgen.cpp Added wasysym package to support per thousand sign (perthousand command from textcomp didn't work properly) Added option for textcomp package so currency symbol would work properly - htmlcmds.doc Adjusted documentation, listing all entities - compound.xsd - xmlgen.cpp Removed in xsd file all references for special HTML4 character entities and placed placeholder so doxygen (in xmlgen.cpp)can automatically add the right element names. - util.cpp - util.h Define all entities with their representation for all output formats. Define access routines to the different representations Mapping (for recognition of the entities) based on running through the list of available entities, after validation of the order of the entities. A few entities contain now besides letters also numbers at the end. - docparser.h Define symbols for all entities as well as a helper struct and enum. The member m_letter is not used anymore and thus removed. All existing symbols were renamed so no confusion (i.e. errors when forgetting to rename some symbols) can occur. Obsolete references to letter removed, all letters with accents etc. are explicitly defined and not through the generic accent name plus an extra letter. - docparser.cpp Adjust used symbols to their new names. Remove references to letter (as used for accents etc.) Replace list of explicitly supported entities with call to symbol code access routine. - docbookvisitor.cpp - htmldocvisitor.cpp - latexdocvisitor.cpp - mandocvisitor.cpp - perlmodgen.cpp - printdocvisitor.h - rtfdocvisitor.cpp - textdocvisitor.cpp - xmldocvisitor.cpp Replace list of explicitly supported entities with call to access routine and use returned value to output.
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-