#13338 closed bug (fixed)
Haiku Book missing InterfaceKit header links
Reported by: | perelandra | Owned by: | nielx |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Documentation | Version: | |
Keywords: | HaikuBook | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
https://www.haiku-os.org/docs/api/group__interface.html Missing under the "Files" section: Box.h Button.h Dragger.h
I looked through the other kit pages and they look complete.
Change History (4)
comment:1 by , 8 years ago
Component: | Website → Documentation |
---|---|
Owner: | changed from | to
comment:2 by , 5 years ago
Keywords: | HaikuBook added; Haiku Book removed |
---|
The odd thing is that the documentation for all the files seem to be valid:
- https://git.haiku-os.org/haiku/tree/docs/user/interface/Box.dox#n15
- https://git.haiku-os.org/haiku/tree/docs/user/interface/Button.dox#n13
- https://git.haiku-os.org/haiku/tree/docs/user/interface/Dragger.dox#n13
The documentation on the classes they contain are rendered:
- https://www.haiku-os.org/docs/api/classBButton.html
- https://www.haiku-os.org/docs/api/classBBox.html
- https://www.haiku-os.org/docs/api/classBDragger.html
I tried rendering the docs with Doxygen 1.8.16 (currently we use Doxygen 1.8.13), but that did not help.
It seems to be a Doxygen bug, but in order to report it upstream we need a clean test case.
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev53929
This should propagate to the website soon.
comment:4 by , 5 years ago
Milestone: | → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
They probably aren't documented in Doxygen, which is why they don't appear there.