fix missing space
This commit is contained in:
@@ -1741,7 +1741,7 @@ public class TeXDoclet extends Doclet {
|
|||||||
String classname = mem.containingClass().qualifiedName();
|
String classname = mem.containingClass().qualifiedName();
|
||||||
if (hyperref) {
|
if (hyperref) {
|
||||||
os.print("\\hyperref[" + refName(makeRefKey(classname))
|
os.print("\\hyperref[" + refName(makeRefKey(classname))
|
||||||
+ "]{\\ttfamily");
|
+ "]{\\ttfamily ");
|
||||||
}
|
}
|
||||||
os.print(packageRelativIdentifier(pac, classname));
|
os.print(packageRelativIdentifier(pac, classname));
|
||||||
if (hyperref) {
|
if (hyperref) {
|
||||||
|
|||||||
Reference in New Issue
Block a user