| Summary: | Provide libhover support for Boost | ||
|---|---|---|---|
| Product: | [Tools] Linux Tools | Reporter: | Andrew Overholt <overholt> |
| Component: | Libhover | Assignee: | Jeff Johnston <jjohnstn> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | swagiaal |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | 273890 | ||
| Bug Blocks: | |||
|
Description
Andrew Overholt
Unfortunately, the boost library documentation is not segregated into method descriptions as is the case for libstdc++ library and cannot be automatically parsed (cannot parse the paragraph sections on how to use the methods). The library reference sections just show the class and method prototypes. Thus, libhover cannot offer any more than method prototypes which is already provided by C/C++ indexing of the header files and is in effect of no value since libhover for C++ requires the C/C++ indexer. Therefore, I am closing this as INVALID as that is the closest option provided (CANTFIX would be more appropriate). |