Skip to content

Commit 7c33780

Browse files
committed
(NEWS) adjusting release notes and news about documentation
1 parent 7975ef0 commit 7c33780

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

NEWS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,16 +458,20 @@ Documentation build
458458

459459
WITH-DOC is not used anymore
460460

461+
* The doxygen documentation is build by default
461462
* The HTML documentation is build by default
462463
* The translated languages (en, es, zh_Hans) HTML documentation is build by default
463464

464-
Documentation is not build when
465+
User's Documentation is not build when
465466

466467
* Sphinx is not found
467468
* When all Sphinx formats are OFF
468469
* When all languages are OFF
470+
* Output is on build/doc/_build/<format> directory
469471

470-
Output is on build/doc/_build/<format> directory
472+
Developers's Documentation is not build when
473+
474+
* Doxygen is not found
471475

472476
Code enhancements
473477

doc/src/release_notes.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,16 +529,20 @@ Documentation build
529529

530530
WITH-DOC is not used anymore
531531

532+
* The doxygen documentation is build by default
532533
* The HTML documentation is build by default
533534
* The translated languages (en, es, zh_Hans) HTML documentation is build by default
534535

535-
Documentation is not build when
536+
User's Documentation is not build when
536537

537538
* Sphinx is not found
538539
* When all Sphinx formats are OFF
539540
* When all languages are OFF
541+
* Output is on build/doc/_build/<format> directory
540542

541-
Output is on build/doc/_build/<format> directory
543+
Developers's Documentation is not build when
544+
545+
* Doxygen is not found
542546

543547
Code enhancements
544548
...............................................................................

0 commit comments

Comments
 (0)