aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2021-06-15 19:54:54 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-06-17 08:43:57 +0000
commit55cfd76003d4c2ae3e8228b4bcc3a15d8e6c5cbc (patch)
tree6a71c828061ac01a37970219989f6db9b9124217 /docbook
parentd2c3489d79fdf2187b387152f9b697e77844b0d1 (diff)
WSDG: update/clarify naming conventions
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_userinterface.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_userinterface.adoc b/docbook/wsdg_src/WSDG_chapter_userinterface.adoc
index 97e7078e3e..b6dd6a656d 100644
--- a/docbook/wsdg_src/WSDG_chapter_userinterface.adoc
+++ b/docbook/wsdg_src/WSDG_chapter_userinterface.adoc
@@ -103,10 +103,10 @@ open when the capture file closes.
===== Names
The code in _ui/qt_ directory uses three APIs: Qt (which uses
-InterCapConvention), GLib (which uses underscore_convention), and the Wireshark
-API (which also uses underscore_convention). As a general rule Wireshark’s Qt
-code uses InterCapConvention for class names, interCapConvention for methods,
-and underscore_convention for variables, with a trailing_underscore_ for member
+PascalCase), GLib (which uses snake_case), and the Wireshark
+API (which also uses snake_case). As a general rule Wireshark’s Qt
+code uses PascalCase for class names, camelCase for methods,
+and snake_case for variables, with a trailing_underscore_ for member
variables.
===== Dialogs