Skip to content

Commit eb00dcf

Browse files
committed
Usability minor improvements
1 parent 46d3ed0 commit eb00dcf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

doc/snippets/wares/src.CMakeLists.txt.snippet

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ OPENFLUID_ADD_WAREPLUGIN(
3636
#TARGET
3737
# custom installation path, standard path is used if not provided
3838
#INSTALL_PATH
39-
39+
# parametrized signature and/or documentation (ON/OFF, OFF is default)
40+
CONFIGURED_SIGNATURE OFF
4041

4142
# enable build of parameterization UI (ON/OFF, OFF is default)
4243
WITH_PARAMSUI OFF

share/openfluid/waresdev/templates/common/skeleton/src/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ OPENFLUID_ADD_WAREPLUGIN(
3737
%%#TARGET%%TARGET %%TARGET%%
3838
# custom installation path, standard path is used if not provided
3939
%%#INSTALLPATH%%INSTALL_PATH %%INSTALLPATH%%
40-
# parametrized signature and/or documentation
41-
#CONFIGURED_SIGNATURE ON
40+
# parametrized signature and/or documentation (ON/OFF, OFF is default)
41+
CONFIGURED_SIGNATURE OFF
4242

4343

4444
# enable build of parameterization UI (ON/OFF, OFF is default)

src/apps/openfluid-devstudio/WorkspaceToolbar.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void WorkspaceToolbar::createActions()
149149
openfluid::ui::common::getIcon("dashboard","/ui/common",true),tr("Dashboard"), this);
150150

151151
m_Actions["APIDoc"] = new openfluid::ui::common::DefaultAction(
152-
openfluid::ui::common::getIcon("generate-doc","/ui/common",true),tr("API doc"), this);
152+
openfluid::ui::common::getIcon("generate-doc","/ui/common",true),tr("User doc"), this);
153153
}
154154

155155

0 commit comments

Comments
 (0)