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

Removed depreceated rst_nodes functions

Removing the old rendering code that was still in the parser classes. It
has been completely rep...

33aae66ead1f8fe1c5660f454ea5132d468b8614 authored over 14 years ago
Bulletted parameter lists

ParamList associated renderer classes changed to return a bullet_list
with list_items instead of...

9240fdef9d7ef270e372b437c563eb7970464906 authored over 14 years ago
Render simplesect tags

This corresponds to return values and notes indicated with doxygen
markup, and probably a number...

0e550fdea328f2137d9fdb62905cdf5350066747 authored over 14 years ago
Updated pseudorst.py to work with new structure

Seems to have been forgotten about in the great refactoring. Copied over
the setup code from the...

c29da806e30490df3924dd1e8f0dcacc2305a933 authored over 14 years ago
Add licence file

60266ed897f6d822a17eaa3d2bac756fcd813b8f authored over 14 years ago
Fixed typo in README

fc62a6d08c2004ca5ca74e690db2881e23893b72 authored almost 15 years ago
Correcting README syntax

95f8571a1830ae5b8723df0a6ed0c45a8f22bd93 authored almost 15 years ago
Updated README to reflect contributors

f2aed89385352a6558701fc40c503f70e8952b7c authored almost 15 years ago
Add tag for enum.

77a9393c1693dfe3181d5ad61205cea9b49690ac authored almost 15 years ago
Add typedef support.

521718971a7913b7cd74b0f8978c04d2625e8835 authored almost 15 years ago
Added new directives to quickstart guide

b03e8c3268ea75857eb60e627c63803ccfb3fa97 authored almost 15 years ago
Fix typedef definition.

47b479c5b79d4824513a728ec9034f3430e7d87b authored almost 15 years ago
Avoid exception on multiple matches.

The problem with this is that index file contains same entry for file
and group sections (and ma...

908901336d7abfd9702fb34e6792d1e8e852ebf4 authored almost 15 years ago
Define refdoc.

I have no idea whether this is correct, but it seems to work and fix
crash.

f957a316d5af558e55d6a3fa652af9dacdf9aef0 authored almost 15 years ago
Added a quickstart documentation file and linked it from the main documentation file.

a7bafb19b106550979b040b1ae676389f3da7690 authored almost 15 years ago
Fix import exception.

b064da313eb1a798f0bf091364b482fe76c759a2 authored almost 15 years ago
Fixed typos and missing file indicator

65387990879bb374be398dc1aece57a239e1b80a authored almost 15 years ago
Space change to test github push-pull over proxy

5e526954dac61da5f0220d52647ed63fdb50adc7 authored almost 15 years ago
Touched to test new rst rendering on github.

27a92b20a8212bdb3cc31f2c238bb60b3ba6ae68 authored about 15 years ago
Added Credits to README.

Formally (and finally) acknowledging the awesome work of the guys behind
doxygen, Sphinx and doc...

3b799f48b9f82dfb5605e19c47dc34436129c196 authored about 15 years ago
Updated documentation to reflect current status

Added doxygenclass directive and examples of all the directives except
for doxygenindex.

Update...

8b69df3391735114ca7718e3e13b16408e6efa91 authored about 15 years ago
Caught exception and added rst warning for when struct/class not found

If a struct/class name was not found in a project the exception thrown
would halt Sphinx. Now it...

b8540fe647472a6a9dc8246671e3beed7ce49bda authored about 15 years ago
Updated README to reflect rewrite status

2f175c183b5190694fe9d18433268e5db9f16fa3 authored about 15 years ago
Rewritten everything in a more modular style

The initial code was hacked together as a proof of concept. As this
project appears to be useful...

9e5ee5f239fb5f82418ce1fe6391433a301adb9e authored about 15 years ago
Removed duplicate private-func entry in sections list

It was resulting in the Private Functions section of the output being
repeated.

8e23bb226420ce5e273b663dad9522f7b698c51e authored about 15 years ago
Refactored so sectiondef.rst_nodes has consistent return signature

All other rst_nodes methods return a list of nodes, whereas this
returned a list and the section...

e149cba4a96daf2a11263c66e4b839eb08136a2b authored about 15 years ago
Changed docParaType handling to account for child elements

Previously was using valueOf_ string for contents but now a separate
self.content attribute is m...

e78c63c7cab67d564f72c50f833232660bd2cd02 authored about 15 years ago
Generalised DoxygenStructDirective to allow DoxygenClassDirective

Class directive now inherits from StructDirective to save
repeating the code

fc79d7c492bd832d3c9398947e1e5eb3cd2e7719 authored about 15 years ago
pseudorst program works with testsuite conf.py

9d8b801b6662cb86b4531b2a595314bdf780696e authored about 15 years ago
Added gitignore files for doxygen folders and testsuite

435c9092827a229f736f893daa77be2990f329f7 authored about 15 years ago
Adding class directive

34cd2078fb3d47f7ec7999dbcfd1a28711740573 authored about 15 years ago
Displays brief and detailed descriptions for compound type objects

This includes classes.

eed67a8a84c30c8290a0742893998f9b9ad9592d authored over 15 years ago
Added .gitignore file for .pyc

88ffd310e9307ec8c216df082967e41bbc0c6e6f authored over 15 years ago
Renamed tinyxml examples folder and removed specific doxygen paths

6d3c0868af36d8bece09acd20132956e980a6b03 authored over 15 years ago
Added doxygenfunction directive and tests

f7ae005753d2384f4d939dfa421aa1232e81afa4 authored over 15 years ago
Outputs information for function parameters

4858ee66f2a4a84a11795f35c761a1a483fff92d authored over 15 years ago
Updated README

4f35c48821b5955392f0d3361acbe26b0f15d52b authored over 15 years ago
Updated docs and tests to reflect new directive

13097fdde2baed67c37d9d7ce12060eb62311aee authored over 15 years ago
Added parameter names and default values to function output

37118a545984e43901a95edafc68395dbad32da9 authored over 15 years ago
Added doxygenfunction directive and new config values

87c3e6d0a8477b144dd36bb4549d989be7250f72 authored over 15 years ago
Added find methods for retrieving elements by description

44af20a14e6b40613e9a4961626c5b64da222697 authored over 15 years ago
Improved section coverage

f9c3aab4906d7240d3c4cdd5a308c3f9d8af3b1e authored over 15 years ago
Updated readme

29960d2a6415b7b0c2bd0a20b9ed7f907d011322 authored almost 16 years ago
Organised sections and added indentations

bbc8477188b2af7fc8fcc0ddf1903916e7eadc89 authored almost 16 years ago
Test script for viewing pseudo xml output for debugging

34296268abbe50925c9c5f767cc589db1966fcb0 authored almost 16 years ago
Gets brief description.

b74347c629b3b7921ef3463bd04ad213e38e83b5 authored almost 16 years ago
Lists function parameter types.

1362e33ff10f9da6c4a3cf0fb6ff4fbdbeeb116c authored almost 16 years ago
Using parser hierarchy for rst node generation.

03e023e10020f20f5c864a3ff40705ad16d9e399 authored almost 16 years ago
Ugly use of compound xml files as well as index

e789a4927489ee6ab768d19accbe0a5a4875198e authored almost 16 years ago
Added example code from TinyXML

d01f1c03acd619e02940a9cb3b93cd19597b972c authored almost 16 years ago
Added generated code to simplify setup process

2362fc92f51b800c0a557096a8a329fda3f6eb27 authored almost 16 years ago
Fixed errors in README

ce65b4f57c5111a86681cdd767640f4306dc7df4 authored almost 16 years ago
Reformatting in README

9703ab2e0c3da0d000b09f90556dd812d772a08c authored almost 16 years ago
Further explanation and .gitignore to smooth the process

c3c0fd3453acf0675c57c52b4a63cb3046c3ab99 authored almost 16 years ago
Added setup explanation

5697535238b0ff9b91a98900be002a49503b94dd authored almost 16 years ago
Doxygenindex directive lists all compound level entries and members

725bdf23732b0ba57a88b8216e4f30a8c270ada4 authored almost 16 years ago
Doxygenindex directives creates class list

91d590c4b1eb395170dbf07d4746d73d9fa63607 authored almost 16 years ago
Added doxygenindex directive and parsed the xml file

39f1411a385b11a233252e49a19190e96b6739b3 authored almost 16 years ago
Setup basic directives and nodes

281259bc55310644422299dfc23ec60a9245ad06 authored almost 16 years ago
Added basic readme file

08ff5f6388bec1fa4a7e7e0a4542b13aa67093fd authored almost 16 years ago
Initial commit

bc36855fe0b88288992bcdfd65a5e4166b5e21db authored almost 16 years ago