| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Use async keyword to prevent page load waiting.
|
|
|
|
|
|
|
| |
Set the default MATHJAX_RELPATH to the current recommended value:
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/
(See https://www.mathjax.org/cdn-shutting-down/ )
|
|\
| |
| | |
Provide dot path to plantuml
|
| |
| |
| |
| | |
If HAVE_DOT = YES and DOT_PATH is configured, pass the path to the dot executable to plantuml with the -graphvizdot option.
|
|\ \
| |/
|/| |
Implement "double-space line breaks" syntax in Markdown
|
| |
| |
| |
| |
| | |
Ending a line with two spaces is supposed to create a line break in
Markdown. This implements that syntax.
|
| |
| |
| |
| |
| |
| |
| | |
target_compile_features() is used
This raises the required CMake version for this branch to get a better error
message. target_compile_features() was introduced in CMake 3.1.
|
| | |
|
|\ \
| | |
| | | |
Fix https://bugzilla.gnome.org/show_bug.cgi?id=782583.
|
| | |
| | |
| | |
| | | |
Don't write both page name and title to NAME section of man page, if they are the same.
|
|/ / |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Removed superfluous space in case of French as output language
|
|/ / |
|
| | |
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The current programlisting tag doesn't have any attribute to indicate
the code's language. This makes code highlighting customization
difficult.
For example, the current doxygen generated document doesn't hightlight
javascript code block. If one wants to customize the code block by
parsing the xml files and uses 3rd party syntax highlighter, there is
no way to tell from the xml file what language the code snippet is
using.
This change introduces an attribute "lang" to the programlisting tag.
|
|\ \ \
| | | |
| | | | |
Mark JS as freely available (regression 2)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
result of extra ';' was that part of the html file was not written and thus no correct end of script and thus garbled output.
(problem was missed at first regression fix)
|
|\ \ \ \
| | | | |
| | | | | |
Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in .SVG files
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
.SVG files
prevent to write multiple target attributes in one tag.
|
|/ / /
| | |
| | |
| | | |
2.3 that ships with XCode
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTML
|
| |/ /
| | |
| | |
| | | |
The < sign in the title has to be escaped, especially in case of xhtml.
|
|\ \ \
| | | |
| | | | |
Suppression warnings about deprecated directive
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
```
constexp.y:46.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated]
%name-prefix="constexpYY"
^^^^^^^^^^^^^
[...]/src/constexp.y:46.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated]
%name-prefix="constexpYY"
^^^^^^^^^^^^^
```
|
|\ \ \ \
| |/ / /
|/| | | |
Bug 778730 - doxygen build fails
|
| | | |
| | | |
| | | |
| | | |
| | | | |
When a hyperlink splits across a page boundary it can come to the problem of "\pdfendlink ended up in different nesting level than \pdfstartlink".
To overcome this problem the \hyperlink is packed into a "\mbox" construct (as suffested e.g. in https://tex.stackexchange.com/questions/1522/pdfendlink-ended-up-in-different-nesting-level-than-pdfstartlink)
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | | |
Improve Chinese translation
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
"References" -> 引用了
"Referenced by" -> 被这些函数引用
These makes more sense than "参考" and "参考自"。
|
| |\ \ \ \
| | | | | |
| | | | | | |
Bug 786409 - parsing error in Fortran file with preprocessing
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
Problem with ' (single quote) in Fortran. A string in Fortran can be between single or double quotes.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Bug 786409 - parsing error in Fortran file with preprocessing
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
the // is in Fortran the indication for string concatenation and not for comment and should thus be ignored during, Fortran, preprocessing
|
| |\ \ \ \
| | | | | |
| | | | | | |
Bug 733705 - parser misinterpreting fortran
|
| | | |/ /
| | |/| |
| | | | |
| | | | | |
Corrected handling of (local) variables as functions as well as handling of non Fortran variables used in Fortran code.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Marks JS as freely licensed (regression pull request 586)
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
In case of xhtml the & has to be escaped
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
namespace report is wrong indicated.
Added extra paragraph end after short description just for classes.
|
| |\ \ \ |
|
| | |\ \ \
| | | | | |
| | | | | | |
Fixup man page NAME section when page has title
|
| | | | | | |
|
| | |\ \ \ \
| | | | | | |
| | | | | | | |
add the number of conditionals path and bugfix
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Rebased with upstream master
* Added build instructions to README
* Bug 398942 - fixes the problem with instance variables and
arguments with the same name
Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org>
Signed-off-by: João M. Miranda <joaomm88@gmail.com>
Signed-off-by: Paulo Meirelles <paulo@softwarelivre.org>
Signed-off-by: Vinicius Daros <vkdaros@mercurio.eclipse.ime.usp.br>
Signed-off-by: Jonathan Moraes <arkyebr@gmail.com>
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix whitespace handling in vhdldocgen.cpp when generating a flowchart
|