Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 19d0bdfe | 2020-10-04 22:56:30 | Change prefix for man pages from "le_" to "libevent_" As pointed by @kloczek: "With only two characters it would be harder to guess under what kind of name are libevent lvl 3 man pages. Longer name with bash/fix/zsh tab competition should not be a problem :)" Refs: #1099 | ||
| 21b91692 | 2020-10-04 19:55:52 | Add prefix (le_) for man pages This will: - avoid overlapping (since there is util.h.3 page) - group everything under some prefix (man le_<TAB><TAB> will show everything) Fixes: #1099 | ||
| e3e7bb21 | 2020-08-11 02:12:23 | build: add doxygen to all Fixes: 7e6c5fb4 ("build: do not try install doxygen man pages if they were not requested") Fixes: #1075 Fixes: #886 | ||
| 7e6c5fb4 | 2020-08-06 10:24:55 | build: do not try install doxygen man pages if they were not requested Fixes: #1075 | ||
| f9c6a14e | 2019-08-23 22:31:28 | autotools: attach doxygen target into all target v2: disable man pages by default |