mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Remove most doxygen file-level commands, copyrights, and authors
Remove the \file directive, as it is always superfluous because the current file is implicit [1]: > If the file name is omitted (i.e. the line after \file is left blank) > then the documentation block that contains the \file command will belong > to the file it is located in. Author names and e-mails are not relevant for us: it can always be inferred from git blame, and is often outdated. Eurecom code has been contributed and was under OAI PL v1.0/v1.1. For the cpack package contact: put generic email address that is independent of an individual and that will remain reachable. [1] https://www.doxygen.nl/manual/commands.html#cmdfile
This commit is contained in:
@@ -2,7 +2,7 @@ set(COMPONENTS_LIST "")
|
||||
|
||||
set(CPACK_PACKAGE_VERSION ${OAI_VERSION})
|
||||
set(CPACK_PACKAGE_VENDOR "OpenAirInterface")
|
||||
set(CPACK_PACKAGE_CONTACT "Robert Schmidt <robert.schmidt@openairinterface.org>") #Even though it does not appear on CPACK global documention it works, it appears here: https://cmake.org/cmake/help/latest/cpack_gen/deb.html#variable:CPACK_DEBIAN_PACKAGE_MAINTAINER
|
||||
set(CPACK_PACKAGE_CONTACT "OAI Maintainers <oaicicdteam@openairinterface.org>") #Even though it does not appear on CPACK global documention it works, it appears here: https://cmake.org/cmake/help/latest/cpack_gen/deb.html#variable:CPACK_DEBIAN_PACKAGE_MAINTAINER
|
||||
set(CPACK_MONOLITHIC_INSTALL OFF)
|
||||
set(CPACK_PACKAGING_INSTALL_PREFIX "/")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user