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

Parse title separately for section commands

For \section aka sect1, \subsection aka sect2 and \subsubsection aka
sect3, separate title into ...

3bd0273adaf2f2eadc6f11d4d6a8edece277adfe authored almost 4 years ago
changelog: update for #630

521dc50490ecdbdff8c513c1f6b0ab15e6f19558 authored almost 4 years ago
Merge branch 'bugfix/php' of https://github.com/RobertoRoos/breathe

https://github.com/michaeljones/breathe/pull/630

886a07d6abb561379e81e6e632152e80b5d3ccc8 authored almost 4 years ago
Added multiply inherited class for PHP objects

936b3843a95f0420a7d6497810d9e0d429c98e72 authored almost 4 years ago
changelog: update for #628

ddca094d827fb6ab2f87f17765681601a2e26215 authored almost 4 years ago
Merge branch 'specifiers' of https://github.com/jakobandersen/breathe

https://github.com/michaeljones/breathe/pull/628

fc36785b9a0d9c0e0bf28e8d9c0363aded64816b authored almost 4 years ago
tests: ignore mypy errors in conf.py

These errors newly occur in CICD, likely a new mypy version was pulled
in recently. Ignore the e...

a63332583183fdc33dcd8b0d5a5f3321aeb66f75 authored almost 4 years ago
Add various specifiers to functions and variables

Fixes part 1 of michaeljones/breathe#600

7ae4b8259aeac9c18f93a06b9b6edb6696fd7677 authored almost 4 years ago
version: release v4.26.1

a8be7365bc3e6f4380053291b1e66e3a788e342a authored about 4 years ago
changelog: update for #623

2f5b3140939d89adca2fcfa988c91fe35ce331c4 authored about 4 years ago
Merge branch 'function_fixes' of https://github.com/jakobandersen/breathe

https://github.com/michaeljones/breathe/pull/623

52a00aa1c11dba2e4eced958524b6911df02f2e7 authored about 4 years ago
changelog: update for #622

b1c8c2c43636357bedf536696670ad54f1fbe4ae authored about 4 years ago
Merge branch 'file-section-fix' of https://github.com/inconstxpr/breathe

https://github.com/michaeljones/breathe/pull/622

cec37525cbaa1d297efbd43297fc0ed2c642dd6d authored about 4 years ago
doxygenfunction, fix single match wrong args

With:
void f(int);
and
.. doxygenfunction:: f(int, double, std::string)
with no other matches ...

a80ce5754ed30e47569a783f61c72e95330cb3d2 authored about 4 years ago
doxygenfunction, find friend functions

Fixes michaeljones/breathe#613

717bb0ac72cb18ea10ecd1c635e40855849f2285 authored about 4 years ago
Render 'friend' in functions

765ef833a326a4426a050e9ddf5875067b92c1a9 authored about 4 years ago
Fixed doxygenfile causing duplicate IDs.

Moved section option check before calling render on sub sections.

b2c8fea738180549e8cb70e929633774102730f8 authored about 4 years ago
version: release v4.26.0

b6a70293df4373de1734add04161d761cd6dc7b8 authored about 4 years ago
changelog: update for #618

54bfbae3269b8452d2fb572c43dbaf8ca8f6ab40 authored about 4 years ago
Merge branch 'friendclass' of https://github.com/jakobandersen/breathe

https://github.com/michaeljones/breathe/pull/618

597016080abda6b914dc5f774f9ae531d631a80e authored about 4 years ago
changelog: update for #617

215a498911275e1c64e0f892f0b9bbaefc2fef6b authored about 4 years ago
Merge branch 'sphinx-3.4' of https://github.com/utzig/breathe

https://github.com/michaeljones/breathe/pull/617

8e6d7759af8c59efb1fe44fe8838c3270fc1eb60 authored about 4 years ago
Fix a few mypy issues

Fix calls to path.join where the appdir is detected by mypy has having
an invalid type; force my...

c21ae56a4a3f758bccd5a3746355610d6013e270 authored about 4 years ago
Update compatible releases and Python==3.9

This allows running tests on Python 3.9.0 and update the Sphinx releases
with all latest 3.x ver...

1f865b24dc790f21f133b942316092065edaf338 authored about 4 years ago
Update Sphinx compatibility for <3.5

Allow running with Sphinx releases in the 3.4.x series.

Signed-off-by: Fabio Utzig <fabio.utzig...

5ee6ec9c7686fef27d3f606b2c39d4d593092ba4 authored about 4 years ago
changelog: update for #610

93c02d683f86f45ab37b2c66e88709738f5770d6 authored about 4 years ago
Merge branch 'test_elipse' of https://github.com/mattip/breathe

https://github.com/michaeljones/breathe/pull/610

ec9ecedbae58d6d1f925be6390491d72dacf3a7a authored about 4 years ago
Adapt friendclass to Doxygen 1.9

Fixes michaeljones/breathe#616

41d520e86cb96fba276b7bd3ec0d35e6b4734de3 authored about 4 years ago
add test for ellipsis in args

9959bcc0eebdedb8772a68b0f789f970b621ccfe authored about 4 years ago
version: release v4.25.1

12851c0c1cf3f5144ac79a07bd73a0312fdd9cfa authored about 4 years ago
changelog: update for #609

22ba347057a57c43c696b6bf217c3e00fc3cb0b9 authored about 4 years ago
Merge branch 'lookup-fix-ellipsis' of https://github.com/jakobandersen/breathe

https://github.com/michaeljones/breathe/pull/609

cadb210c41e2a0d63357acc13c81b4afc44604d9 authored about 4 years ago
Addendum to #606, for functions with '...'

Probably fixes #608

669828f9b7251b6da0f8e64d83308f23320b6c1b authored about 4 years ago
version: release v4.25.0

61b531521bccaabf11030c793eff31fbd6586bc6 authored about 4 years ago
changelog: update for #606

630a0830de4571e03ee635275dacc42219843607 authored about 4 years ago
Merge branch 'resolve_function_param_names' of https://github.com/jakobandersen/breathe

https://github.com/michaeljones/breathe/pull/606

e1a6ffb09a50d0f6fda629d180925d7190d35e8f authored about 4 years ago
Merge pull request #1 from mattip/resolve_function_param_names

add test, fix for initial argument discrepancy

8c086cb2661aefad7afd5ff910d4d332d0e90d83 authored about 4 years ago
always remove initializers

61f138cca526bcd57ec8b2bdd5d62d89df106b9d authored about 4 years ago
add test, fix for initial argument discrepancy

1f165c1b28b1986375e4321b49a0f4746bc037f1 authored about 4 years ago
Allow lookup in doxygenfunction without writing param names

Alternative to michaeljones/breathe#605

b4fc12990a7c738d109dc279d1560b82f0d694e0 authored about 4 years ago
changelog: update for #603

5a01bfdd3182249aed76bc3647a5f688c55ae488 authored about 4 years ago
Merge branch 'parblock' of https://github.com/utzig/breathe

https://github.com/michaeljones/breathe/pull/603

089426b01808657f0914b95d2261f6b0682b3019 authored about 4 years ago
Add \parblock documentation page

Signed-off-by: Fabio Utzig <[email protected]>

11e6745692a774841797018834e8f98f1332486a authored about 4 years ago
Add support for \parblock parsing and rendering

Add support for using the \parblock command from Doxygen:
https://www.doxygen.nl/manual/commands...

611316f79b110e9915c10d09718b2f1543512f5b authored about 4 years ago
version: release v4.24.1

986ad335ea1ceb625128ae3099157b14e07e6713 authored about 4 years ago
changelog: update for #602

d5e1c7b2f41242c0cd9be7f392000f5853abacbe authored about 4 years ago
Merge branch 'fix-new-page-anchor' of https://github.com/utzig/breathe

https://github.com/michaeljones/breathe/pull/602

0cb56f9d25bd819932641893b6c7ccb185cab397 authored about 4 years ago
Fix anchors on pages generated by Doxygen>=1.8.17

Doxygen has changed the structure of generated XML slightly since
version 1.8.13 for "page" gene...

7451cc5d4d7d36095ebb2e6c5d064fd0331fa115 authored about 4 years ago
version: release v4.24.0

56b0be04038ac47a3816f15cf2e9a3328e32715b authored about 4 years ago
changelog: update for #596

58be043d15e772633016540151a9550ff754d2d6 authored about 4 years ago
Merge branch 'utzig-xrefsect-pages'

https://github.com/michaeljones/breathe/pull/596

31a42f484c6d545beb7f1d1857d5b5449336aa2d authored about 4 years ago
Fix link to Doxygen grouping documentation

Signed-off-by: Fabio Utzig <[email protected]>

3f47df55cca02f23be5c27591cea4634f3c18580 authored about 4 years ago
Fix message when content element is not found

When a content block was not found, the message would imply it is of
type "namespace"; fix it so...

f20b539f139577079ebee322d7f019fb8631f6ba authored about 4 years ago
Allow reference from xrefitem title

Mimic Doxygen html output, by adding a pending_xref to xrefitem titles,
which can later be resol...

ca6243a78465ccd3f06f1fc7a8c9cbc4cb93593a authored about 4 years ago
Add proper rendering for xrefitem's elements

The elements "docvariablelist", "docvarlistentry" and "docanchor" are
used whenever an xrefitem ...

fca973205e4fa670cabd0e16ffff86984cce5e36 authored about 4 years ago
Add documentation page for doxygenpage directive

Add initial documentation with "doxygenpage" usage relying on previously
added xrefsect examples...

6830f3fc3a8353a119c51394d3b3fb2a7df916b3 authored about 4 years ago
Add support for Doxygen "page" block and directive

When xrefitem or any of its specializations is used, Doxygen generates a
new file of kind="page"...

7fb9366331380108dbe5f87ca871587dbaa5867b authored about 4 years ago
Update compound parser to better support xrefitem

When xrefitem, or its specializations, is used some extra XML elements
are generated which were ...

14f9581ab7bf8fc6797757cf5addfd31a127c8f2 authored about 4 years ago
changelog: update for #597

c88624ad411311cf3d4fb3894f9d46fbcbc15ed6 authored about 4 years ago
Merge pull request #597 from utzig/disable-broken-sphinx

Update to Sphinx 3.3.x branch and fix test mock

1ed43e3f7f00cc26c929293dc1d7c2c4479fb75e authored about 4 years ago
tests: mock lineno when it is None

This allows tests passing with Sphinx==3.3.0 and branch 3.3.x (as of
now).

Signed-off-by: Fabio...

1da3aa1ade682b11bc8a6f1fdcedda3ca2fd4829 authored about 4 years ago
workflow: update Sphinx branch from 3.2.x to 3.3.x

Signed-off-by: Fabio Utzig <[email protected]>

ab51d70ad6197b8b83ca37c201f04c2c4773288c authored about 4 years ago
version: release v4.23.0

5bc460a406f894e9d7583dc392c55e548f9528f5 authored over 4 years ago
readme: tmp note for changing pgp signing key

f83ad98606fcbb824c396467326840241e53b1d4 authored over 4 years ago
changelog: update for #589

20238fb197dc2b2e0b85c605fe89329c14377fb7 authored over 4 years ago
Merge pull request #589 from utzig/xrefsect

Add initial xrefsect support

0bc9ba73723cb5c1f626c94962a55c56919592da authored over 4 years ago
Add xrefsect specific examples

Add new section with xrefsect examples to specific page; add a \todo,
\test, \deprecated and \bu...

562a63d2d145aee6d9de5ee6fd406ef6b7e737b0 authored over 4 years ago
Add initial xrefsect support

Add basic parsing support and rendering of xrefsect blocks. The current
implementation does not ...

9b4a11501381dc1bd4b2af7459f56b1a9afdaade authored over 4 years ago
version: release v4.22.1

a42abd6b5c302e20f281fd9d0a81f5d56c2d6a85 authored over 4 years ago
changelog: update for #585

4b183ef5cb3e30896e1cf90a7aa06b9522b3cab5 authored over 4 years ago
Merge pull request #585 from utzig/fix-c-domain-anon

Fix anonymous struct/union usage in C domain

9cb1c3ad19cac82a92bd18e3f72d756780394e3d authored over 4 years ago
Fix anonymous struct/union usage in C domain

Sphinx's C domain parser expects '.' to be used to separate nested
names. This is currently brok...

25056e25faa5334d4276c37989f512c52a31740e authored over 4 years ago
version: release v4.22.0

82759b11260a867c3904cc8a57bb250ad4134e94 authored over 4 years ago
Merge pull request #581 from yamt/breathe_show_enumvalue_initializer

Add breathe_show_enumvalue_initializer option

87fc859073b21ef9fc34206b61f7e6b9f922b660 authored over 4 years ago
Add breathe_show_enumvalue_initializer config knob

Default to false, following breathe_show_define_initializer,
as suggested by @vermeeren.

00994e66cc8c8f6de9ce3a16c92f5e27c12d5aa4 authored over 4 years ago
changelog: update for #576

75f8ab233957dbce47950004093d130165d05eed authored over 4 years ago
Merge pull request #576 from michaeljones/475-fix-rtd-build

475 fix rtd build

a6c74260631bee0cb0951ae82245a7f10e3f85d4 authored over 4 years ago
rtd: rework in attempt to fix builds

Use the latest Python 3 instead of a specific minor version, install
project's requirements prop...

fd9d25f1144ca09ae0705182ec5a18bd6c6883a8 authored over 4 years ago
requirements: correct sphinx upper version to <3.4

This was forgotten in 6585489591a6c59796ae6a3f7f3831e20a5b41d2.

ea28a7d624f12c0862a5ed89ac46cc74c370dc24 authored over 4 years ago
version: release v4.21.0

caf950870850a2c68f390a3a28f4a32b43efdc9d authored over 4 years ago
changelog: update for #566

3285b575f67dcd26ba3599e3c5702614b68ee5dc authored over 4 years ago
Merge pull request #566 from utzig/fix-ref-refid

Fix wrong refid when SEPARATE_MEMBER_PAGES is YES

fe7bf834d3b32eaacd260a0dacec874fb66324b3 authored over 4 years ago
changelog: update for #560

e52e6e4dd50a349b832cfaf917003922831782b1 authored over 4 years ago
Merge pull request #560 from utzig/inline-verbatim

Add support for verbatim inline elements

afd4475e596b1b2f22d14cb84e1da0a15b0ddc89 authored over 4 years ago
Add verbatim inline documentation and examples

* Update rst.h example with a function that includes an inline
rST cpp domain link to another ...

d3f9e12a957f4f508ad5f764a1666fbb702ae0fd authored over 4 years ago
Add support for verbatim inline elements

This extends the current verbatim rST support with a new option
"embed:rst:inline", which can be...

ffd5886dcc3948afc2b50fea6e8267cf6fe9b5b0 authored over 4 years ago
Fix wrong refid when SEPARATE_MEMBER_PAGES is YES

When Doxygen is configured the SEPARATE_MEMBER_PAGES set to YES, the
following Doxygen input:

`...

82c1a7b71ce2c234fee72baf8043422eb46a045b authored over 4 years ago
changelog: update for #571, #572, #573

67a3c4c85361d7bee2306f73fee89ed8c3b78584 authored over 4 years ago
Merge pull request #573 from utzig/directive-group-inner

Add :inner: to the doxygengroup section

836a1746d98fe7b511f930a6c679440fa4408407 authored over 4 years ago
Merge pull request #572 from utzig/setup-reuse-version

Reuse breathe.__version__ in setup

aee8e19d46894a7a172e220ec07c48f1526ea32a authored over 4 years ago
Merge pull request #571 from utzig/sphinx-upper-req

Update upper Sphinx release to <3.4

4e22abde0f13abd0d42b2d4430204be9b40d93e2 authored over 4 years ago
Update upper Sphinx release to <3.4

When building the 3.x branch of Sphinx it generates a dev release on the
3.3 release number; thi...

6585489591a6c59796ae6a3f7f3831e20a5b41d2 authored over 4 years ago
Add :inner: to the doxygengroup section

Leftover from PR #556; updated directives.rst to include :inner:

Signed-off-by: Fabio Utzig <fa...

e5b312f748cda6943c83b15dd87218ee9ea9a31d authored over 4 years ago
Reuse breathe.__version__ in setup

Avoid having to edit two files when updating for a new release.

Signed-off-by: Fabio Utzig <fab...

99c48592f7bb8b04f7b24085fa1b746f300e4584 authored over 4 years ago
changelog: update for #570

38e90be96725af7a5680589c404b4382f8349ae0 authored over 4 years ago
Merge pull request #570 from cary-ilm/specialization-spacing-doc

Note doxygenclass template specialization spacing

75c52708e084c04f636e34bb5e75943595445152 authored over 4 years ago
Note doxygenclass template specialization spacing

Signed-off-by: Cary Phillips <[email protected]>

fb0e01d79cf46004cde9cbe91df61685ca852508 authored over 4 years ago
changelog: update for #567

52da79977106b40a19dd055f43c18310ddf5ab30 authored over 4 years ago
Merge pull request #567 from michaeljones/readthedocs

Fix Read The Docs Build

5b509ff176792f902ba60b194b0827e59d9e78a6 authored over 4 years ago
Fix Read the Docs build

The python version is to try to make sure it uses at least 3.5 as that
is what the setup.py file...

bab740bb5777fb84153d79da82f9f47b1f76fdff authored over 4 years ago