Enable Eclipse Javadoc warnings about malformed syntax
Fix warnings about unmatched {} in inline tags.
Enabling any more than this set of warnings introduces hundreds of
warnings about things like missing @throws tags, which we may want to
fix, but is a lot more work.
Change-Id: Ic671fb600d2e1ba49b7e855158811c6c98b6cda1
			
			
This commit is contained in:
		 Dave Borowitz
					Dave Borowitz
				
			
				
					committed by
					
						 David Pursehouse
						David Pursehouse
					
				
			
			
				
	
			
			
			 David Pursehouse
						David Pursehouse
					
				
			
						parent
						
							408f004e21
						
					
				
				
					commit
					450b7d5cde
				
			| @@ -129,7 +129,7 @@ import java.util.List; | ||||
| /** | ||||
|  * SSH daemon to communicate with Gerrit. | ||||
|  * <p> | ||||
|  * Use a Git URL such as {@code ssh://${email}@${host}:${port}/${path}}, | ||||
|  * Use a Git URL such as <code>ssh://${email}@${host}:${port}/${path}</code>, | ||||
|  * e.g. {@code ssh://sop@google.com@gerrit.com:8010/tools/gerrit.git} to | ||||
|  * access the SSH daemon itself. | ||||
|  * <p> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user