Home
last modified time | relevance | path

Searched hist:"2517 cf59045249613f75fff00c6f061afde59f66" (Results 1 – 2 of 2) sorted by relevance

/libCEED/
H A DDoxyfilediff 2517cf59045249613f75fff00c6f061afde59f66 Sun Mar 01 21:30:51 UTC 2020 Jed Brown <jed@jedbrown.org> doc: process restrict qualifier as predefined

Breathe and/or Sphinx lacks support for restrict qualifiers, so use
the workaround suggested here to hide the restrict qualifier from
Breathe/Sphinx.

https://github.com/michaeljones/breathe/issues/477#issuecomment-593145041

An alternative is to use the C domain for *.c and *.h files. This
handles restrict, but reduces enum names to their numeric value. Once
that Breathe/Sphinx bug is fixed, we could skip the restrict elision
in favor of using the C domain.
/libCEED/doc/sphinx/source/
H A Dconf.pydiff 2517cf59045249613f75fff00c6f061afde59f66 Sun Mar 01 21:30:51 UTC 2020 Jed Brown <jed@jedbrown.org> doc: process restrict qualifier as predefined

Breathe and/or Sphinx lacks support for restrict qualifiers, so use
the workaround suggested here to hide the restrict qualifier from
Breathe/Sphinx.

https://github.com/michaeljones/breathe/issues/477#issuecomment-593145041

An alternative is to use the C domain for *.c and *.h files. This
handles restrict, but reduces enum names to their numeric value. Once
that Breathe/Sphinx bug is fixed, we could skip the restrict elision
in favor of using the C domain.