| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | | |
Fixup man page NAME section when page has title
|
| | | |
|
| |\ \
| | | |
| | | | |
[preprocessing.doc] typo amended
|
| | |/
| | |
| | | |
The preprocessor should read as amended.
|
| |\ \
| | | |
| | | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix whitespace handling in vhdldocgen.cpp when generating
a flowchart.
|
| |\ \ \ \
| | | | | |
| | | | | | |
build: fix the way lang_cfg.h is generated
|
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This header is generated by running cmake/lang_cfg.cmake and
redirecting its stderr. If any warning is emitted by this script, it
ends up in the generated header and breaks the build.
To avoid such problems: pass the path to the header as an argument to
the cmake script and use the cmake 'file' command instead of 'message'.
We can't even use message(STATUS...) as - although it prints to stdout
as opposed to other types of messages - it prepends all output with
a double hyphen.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Bug 652086 - does ALIAS work for VHDL code?
|
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | | |
Terminating of the VHDL comment was not found as a result of the test against python.
Added handling of end of python '#' comment and VHDL '--!' comment
|
| |\ \ \ \
| | | | | |
| | | | | | |
Add links behind nav entries "Namespaces" and "Files" (matching "Classes")
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When layout file has "namespacelist" resp. "filelist" set to visible=no,
the files "namespaces.html" resp. "files.html" are still generated,
but not reachable. So same fix as done for "classlist" should be used,
cmp. 700a9ac3c177fdef25b9b00ed6bb5e0ea963d236
Also gives consistent result & at least in QCH files fix the error
message shown when clicking on "Namespaces" or "Files" section titles.
|
| | | |/ /
| | |/| | |
|
| |\ \ \ \ |
|
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | | | | | |
|
| | |\ \ \ \
| |/ / / / / |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
See: https://clang.llvm.org/docs/JSONCompilationDatabase.html
|
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Marking the resulting JS in this way ensures that visitors to the
resulting HTML documentation do not have to choose between running
non-free JS and experiencing the HTML documentation as it was
intended.
The JS was already freely licensed, so this change just
ensures that the appropriate labelling occurs so that GNU LibreJS [0]
parses the JS correctly as freely licensed.
[0] https://www.gnu.org/software/librejs/
Signed-off-by: zachwick <zach@zachwick.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Misc. doxy and comment typos
|
|/ / / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Call endMemberItem consistently.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When generating man pages, enums erroneously output their description
on the same line as the definition, with a trailing '"'. This is due to
endMemberItem being called after the member description is emitted, rather
than before, as it is elsewhere.
This patch moves the call to the same place where it is called elsewhere.
Bad output:
enum foo { FOO = 0 } Description. "
Good output:
enum foo { FOO = 0 }
Description.
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
|
|\ \ \ \
| | | | |
| | | | | |
CMakeLists: Avoid MSVC iconv changes for MinGW builds
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Ibad47399f87511f6d8ef7c2238c932377777a333
Signed-off-by: Adrian DC <radian.dc@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
dot.cpp: Fix DotGfxHierarchyTable first class node loop
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Upon 'inherits' diagram creation, the first element
(alphabetically last parent name) would use a default
node number 0, equal to the child element, and would
result in a class looping on itself as parent
* A simple test to confirm the issue can be done with the
following lines in a test.h inside an empty project:
// Test first class node loop
class aChildClass : public zParentClass { };
class bChildClass : public yParentClass { };
Change-Id: I7901e5e13d9564747d112e0b8c758d239d43a380
Signed-off-by: Adrian DC <radian.dc@gmail.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
Documentation, correct referenced file
|
|/ / / |
|
|\ \ \ |
|
| |\ \ \
| | |_|/
| |/| | |
Correction of non reachable links and redirected links in documentation.
|
| |/ /
| | |
| | |
| | |
| | | |
The W3C link checker reported a number of problems regarding non reachable links and permanent redirects.
Most of these problems have been fixed with this patch
|
| |\ \
| | | |
| | | | |
Fix C# property initializer parsing
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
int Property {get; set;} = 23;
The parser was ending the property at the closing bracket,
which resulted in the initializer being assigned to the following property.
|
|/ / |
|
|\ \ |
|
| |\ \
| | | |
| | | | |
fixes vhdl literal bug
|
| | | | |
|
| | | | |
|
| |\ \ \
| | |/ /
| |/| | |
fix typo
|
| | |/ |
|
| |\ \
| | |/
| |/| |
Corrected small type
|
| |/ |
|
| |\
| | |
| | | |
Ported to Android
|
| | | |
|
| |\ \
| | | |
| | | | |
typos
|