Opened 13 years ago
Closed 12 years ago
#3955 closed Bugs (fixed)
[iostreams] Documentation missing for file_descriptor::open
Reported by: | Owned by: | Jonathan Turkanis | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | iostreams |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The method "open" of "file_descriptor" should be properly documented, it is missing in
<http://www.boost.org/doc/libs/1_42_0/libs/iostreams/doc/classes/file_descriptor.html#file_descriptor>
This is despite the fact that this is a direct method of this class (not inherited) and public.
Note:
See TracTickets
for help on using tickets.
(In [62909]) Document missing members of file_descriptor*. Fixes #3955.