Loading cloud.doxyfile +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ PROJECT_NAME = Cloud # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = ver.4.0.0-rc1 PROJECT_NUMBER = ver.4.x # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. Loading src/Service/CloudServiceInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ interface CloudServiceInterface { /** * The version signature string. */ public const VERSION = '4.0.0-rc1'; public const VERSION = '4.x'; /** * Get the version number of the module. Loading Loading
cloud.doxyfile +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ PROJECT_NAME = Cloud # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = ver.4.0.0-rc1 PROJECT_NUMBER = ver.4.x # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. Loading
src/Service/CloudServiceInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ interface CloudServiceInterface { /** * The version signature string. */ public const VERSION = '4.0.0-rc1'; public const VERSION = '4.x'; /** * Get the version number of the module. Loading