lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #56004] Cannot build doxygen documentation due to unre


From: Freddie Chopin
Subject: [lwip-devel] [bug #56004] Cannot build doxygen documentation due to unresolved references
Date: Tue, 26 Mar 2019 07:25:34 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0

URL:
  <https://savannah.nongnu.org/bugs/?56004>

                 Summary: Cannot build doxygen documentation due to unresolved
references
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: freddie_chopin
            Submitted on: Tue 26 Mar 2019 11:25:32 AM UTC
                Category: Documentation
                Severity: 3 - Normal
              Item Group: Compiler Warning
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: git head

    _______________________________________________________

Details:

doxygen version 1.8.15

Trying to build lwipdocs target results in multiple errors like the one
below:

-- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 --

...
/home/freddie/Elektronika/PC/Projects/lwip-ppp-test/lwip/doc/doxygen/main_page.h:244:
error: unable to resolve reference to `compiler_abstraction.\n' for \ref
command (warning treated as error, aborting now)
...
Exiting...
ninja: build stopped: subcommand failed.

-- >8 -- >8 -- >8 -- >8 -- >8 -- >8 -- >8 --

It seems that these are caused by following code:

` * @ref compiler_abstraction.\n`

while it works like this:

` * @ref compiler_abstraction .\n`

Fixing the first one results in another one being found, then another one and
another and so on...




    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?56004>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]