* @brief Get description of the current section * @retval Section* The section information, or nullptr if there is no current section */
| 107 | * @retval Section* The section information, or nullptr if there is no current section |
| 108 | */ |
| 109 | const Section* getSection() const |
| 110 | { |
| 111 | return getSection(currentSectionIndex); |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * @brief Get description for any section given its index |