Changeset 5d22507


Ignore:
Timestamp:
02/14/2023 11:15:01 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
37fb447
Parents:
9b8f21a3
Message:

libpeas: Document how to use gi-docgen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libpeas.xml

    r9b8f21a3 r5d22507  
    113113
    114114    <para>
     115      If you have <xref linkend='gi-docgen'/> installed and wish to build
     116      the API documentation for this package, issue:
     117    </para>
     118
     119<screen role='nodump'><userinput>sed "/docs_dir =/s@\$@/ 'libpeas-&libpeas-version;'@" \
     120    -i ../docs/reference/meson.build       &amp;&amp;
     121meson configure -Dgtk_doc=true             &amp;&amp;
     122ninja</userinput></screen>
     123
     124    <para>
    115125      To test the results, issue: <command>ninja test</command>.
    116126      An active graphical session with bus address is necessary to
     
    144154      <option>-Ddemos=false</option>: Add this switch if you do not wish to
    145155      build the demo programs.
    146     </para>
    147 
    148     <para>
    149       <option>-Dgtk_doc=true</option>: Add this switch if you wish to
    150       build the reference manual and you have
    151       <xref linkend="gi-docgen"/> installed on your system.
    152156    </para>
    153157
Note: See TracChangeset for help on using the changeset viewer.