Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/breathe-doc/breathe
ReStructuredText and Sphinx bridge to Doxygen
https://github.com/breathe-doc/breathe
8b1f6a8e8b261bf74b3e19c27f34d4ce3bc5a8b1 authored over 9 years ago
Thanks for debugging our over linking issue!
5c080642a431d191be079f807acb4ba50bd6a11c authored over 9 years ago28d97a666306a02e06fb2a1525d71e3f5622d73b authored over 9 years ago
As it has been pointed out that it isn't actually used in the function.
I think that it once was...
The directive arguments should really be a reflection of the arguments
that are used for that di...
The comments highlight the potential issue of the to options dict not
being referenced anywhere.
4913444d1b61778e86bcfab21a82fbcb20feda48 authored over 9 years ago
Without this change a lot if internal references to the default project
will be created as proje...
58c9ffc1c373c446a9d75f1ed1fdc59de461dc5c authored over 9 years ago
7ad9d2fe6e6962c2f7051f44050de28ceb841a82 authored over 9 years ago
Just minimising dependencies. It feels cleaner to pass in only the
config options we need rather...
d3cc052c1c03ae5e6f827f5041cc35090293d9e7 authored over 9 years ago
90d7ba8b450cc61977907cf91309b7742bb705ef authored over 9 years ago
I was using the British 'LICENCE' (with a C) rather than the American
'LICENSE' (with an S.) We ...
The files were auto generated and it seems the program added these lines
and I never noticed. Th...
5e6268d9f2731829637d33f030882c9a9a79640a authored over 9 years ago
50a806ad8eb5f76d90c3af9e7f387079328a3f96 authored over 9 years ago
because `typename` and `class` keywords can appear not only in
template parameters but in the ty...
This way the code is compatible both with Python 2 and Python 3.
75c2db86f6bae6ffeef97ee4d1d8d94774c33634 authored over 9 years ago
Indentation, line length and whitespace mostly. One instance of an
unused variable which we dele...
d19ab0678f18825dbf61bf22a809f7358c3f83a7 authored over 9 years ago
Only want to replace typename or class if they have a space afterwards
and so aren't part of a l...
4e96b5974f525063b35d91de4b5bdcc16a6d46af authored over 9 years ago
flake8 under Python 3 was complaining about the use of the 'unicode'
type. We're keen to move ou...
Better expressed as the negative of the & rather than the | of two
negatives I think.
We take a standard 'function' type member filter and then extend it by
saying we're only interes...
Including some unused variables which is a little puzzling but we assume
it is correct and that ...
3f6c5ca9c7b4323b59a583c8f2ff5878cd0e7751 authored over 9 years ago
e2a49805c25cb2add4bb1b48bc2dd035527fdafe authored over 9 years ago
be6b6861ad58a6da08fdbff936056d62da80f174 authored over 9 years ago
The node_factory actually just exposes the class names so we can do this
for the moment. If we d...
dc60829f9ab2c978421a5dead872f72160314b11 authored over 9 years ago
I guess that recent versions of doxygen have started using sqlite3 for
some caching and are leav...
We're not handling enums properly in the C domain. This is an example of
it failing with code ta...
c92cdc3a02cf40e7bdc96ec6a15d6d915fe673d6 authored over 9 years ago
6a021001299a0d4452860d1e1e745551944ede47 authored over 9 years ago
ef7b77d186ac41dc65c7533cd3f97ed1d9916b65 authored over 9 years ago
This completes #179.
ad80c28fa3a562dc52198921fc50404e1e3beb1b authored over 9 years agoAnd add a couple of comments to help me remember how it works.
b58bb08bab4e8ae0f93d6f56cb693f518749a6ea authored over 9 years ago
Otherwise links to nested classes (in parameter or return types) defined
in the same template ar...
abad751c2b72401d5f96abf8c6aa130b756af61b authored over 9 years ago
So that we can easily run the tests whilst developing. The 'make test'
target should always use ...
We separate out the logic of generating the parameter declaration from
the xml nodes into a pure...
So that we run our little unit test.
058ac8db65445ea0caf9c8d197e1132df7737203 authored over 9 years ago
The named methods were all calling an standard method with a string that
we were having to speci...
We don't need to be too careful about the formatting of the output
because the strings are being...
We want to know what xml to work with.
2af356d0b061fc517772766e4b626f90e59d431d authored over 9 years ago
By lazily appended ids to the end of their names. It seems that as they
are all top level classe...
Just trying to write any simple test that I easily can to start the
process and get into it all.
4361271ac300be8dec0a28cc68ea76c5ba272ae9 authored over 9 years ago
Html and pdf build targets allow for building just one form of the
documentation.
6355e72e8858e02dd15c28f3c11cf2b3c0e3cac0 authored over 9 years ago
It should be referring to 'master' and not the 'travis' branch. Oops.
420eb85a7c1725e2133148758dda4dc60218775c authored over 9 years agob8fa31b885db0deb0418bce959ef44b1b8fc7608 authored almost 10 years ago
22923e654185f251a1d6934f224c0c0d53435f98 authored almost 10 years ago
The change log needs to be updated.
e7579b09c5a2bb0b16612759f7ddfe111f691763 authored almost 10 years ago447192b0b44bd8af03eb96e57d14faee6f2ea963 authored almost 10 years ago
686551276de098dfb866eec26bb6677e04adaf3e authored almost 10 years ago
d6e0d4567129ca4ee94d678d7c70dea52a30ef60 authored almost 10 years ago
In order to not have our tests failing all the time we cut back on the
number of files covered b...
So that we have checks in place for adhering to the pep8 standard. This
is going to mean that ou...
To exlude the autogenerated Python code that we have that we're not
really interested in making ...
I do not consider compatibility with old versions to be essential but I
believe we are so it wou...
a40c1d6c6a02f53632aed55f827c99b811a1d742 authored almost 10 years ago
The node stack doesn't necessarily contain parent namespaces so we
should use the full compoundn...
b878f400f334c1bbb8d3039df4ee4828176a7a87 authored almost 10 years ago
19777642309d14f21fbc27d4a1c0621a9fb4c22b authored almost 10 years ago
9ea746c748019dbb73fd9b09164c9c03c2af808e authored almost 10 years ago
Insert annotation node such as "typedef" instead of replacing the node
created by Sphinx in case...
Only use the qualified name from the ref node if we haven't seen any names.
258bee42f269aa6012afeb4d576a20c42d9b850e authored almost 10 years ago419a557bde5d18822b43614c9ae333dd2727bd3e authored almost 10 years ago
be17be57d31022513011fc0031ae3c4024b8bb6d authored almost 10 years ago
Example:
enum Test::TEnum*
enumPtr
5bb2d928e1859c03c605a980582e4f9e0952caf4 authored almost 10 years ago
8c2b0ba6fc9fe0d2e30ff9c54c4e3d14d2241338 authored almost 10 years ago
9b741318f800daec26fb25723842c6845ea89371 authored almost 10 years ago
Sphinx 1.2 doesn't accept "typedef" as a part of the declaration passed to
the cpp:type directiv...
Otherwise they will generate incorrect domain targets.
Move get_fully_qualified_name from Compou...
And don't do any signature postprocessing.
d3df3275e8894a53c23cc5b98f4556b7c1d31324 authored almost 10 years ago
Domain handlers have become unnecessary since domain targets are
generated directly by Sphinx di...
ba9e99825399b486704473724d02e731e431baa9 authored almost 10 years ago
Use the full declaration including the type and not just the name for
rendering. Variables don't...
Replace "@id" name generated by Doxygen with "[anonymous]".
acfb447d0a98ab98f746ac1d155c7f811d249b3a authored almost 10 years agoThis improves compatibility with Sphinx 1.3.
8a7c160988532108c1cbe9c4135f2cb708792d4c authored almost 10 years ago62270080e43e465e9c29a34896d0657f85ffba2e authored almost 10 years ago
for providing default domain_by_extension as suggested in
https://github.com/michaeljones/breath...
Map .py files to the `py` domain by default (can be overridden by users) and use correct domain ...
1372320a9688f822c268979a83001d3e4b9da9e1 authored almost 10 years ago3b9c28fc6f48857bc78a18929ac733812e0875a3 authored almost 10 years ago
d9c92a41eb8c3daae0356d39a3d046f0b3e94446 authored almost 10 years ago
This is required for overload resolution to work.
ef34c4d57657911ccf8c7a21faa8386d8cb12743 authored almost 10 years ago784373eff4b2c789a51f2c9abedc3f93b8b407a4 authored almost 10 years ago
5069e3f634442475b11de52494c7e5807192e80f authored almost 10 years ago
Parameter types may consist of several parts such as 'const', 'String&'
stored in param.type_.co...
as a part of a class content
313f41a4725fa7a7a99f92c60f752fc4056a6a0b authored almost 10 years ago
Move the code to get function signature from DoxygenFunctionDirective to
FuncMemberDefTypeSubRen...
6ad69b9081bbfbbb39f71f168fde8ded388ee293 authored almost 10 years ago
e791740abfe10c5de362b7b42e2882f8ee87372c authored almost 10 years ago
41762ff55cc49cd3676d48e5820d4215b0eaef79 authored almost 10 years ago
d912273f184b9350494775ca0965cc5638686f54 authored almost 10 years ago
a8da3909e54fa0744ab63e24b1ea5b16d193bd73 authored almost 10 years ago