diff --git a/bin/doxyScr b/bin/doxyScr
index 3debc9865d1712d21a51c4d30abefca3c5131ecf..d9ea8168a6e4c81b1ed23013c244614bfd880e51 100644
--- a/bin/doxyScr
+++ b/bin/doxyScr
@@ -68,11 +68,11 @@ s/^    /@namespace /
 # Typedef
 #     Foam::def
 # =>
-# @typedef Foam::def
-#
+# @class Foam::def
+# This is not strictly correct, but makes it easier to find the typedefs
 /^Typedef *$/,/^[^ ]/{
 /^Typedef/d
-s/^    /@typedef /
+s/^    /@class /
 }