|  | @@ -600,7 +600,7 @@ class SamiTwigExtension extends \Twig_Extension {
 | 
											
												
													
														|  |                  self::method_signature($method),
 |  |                  self::method_signature($method),
 | 
											
												
													
														|  |                  (function() use ($method) {
 |  |                  (function() use ($method) {
 | 
											
												
													
														|  |                      if (!empty($see = self::see($method))) {
 |  |                      if (!empty($see = self::see($method))) {
 | 
											
												
													
														|  | -                        return "\nSee also:\n* " . self::join($see, "* ") . "\n";
 |  | 
 | 
											
												
													
														|  | 
 |  | +                        return "\nSee also:\n" . self::join($see, "* ") . "\n";
 | 
											
												
													
														|  |                      }
 |  |                      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |                      return null;
 |  |                      return null;
 | 
											
										
											
												
													
														|  | @@ -656,7 +656,7 @@ class SamiTwigExtension extends \Twig_Extension {
 | 
											
												
													
														|  |                          $links = array();
 |  |                          $links = array();
 | 
											
												
													
														|  |                          foreach($method->getExceptions() as $Exception)
 |  |                          foreach($method->getExceptions() as $Exception)
 | 
											
												
													
														|  |                              $links[] = self::href($Exception[0]->getShortName(), $Exception[0]->getName(), false, "Exception: " . $Exception[0]->getName());
 |  |                              $links[] = self::href($Exception[0]->getShortName(), $Exception[0]->getName(), false, "Exception: " . $Exception[0]->getName());
 | 
											
												
													
														|  | -                        return "\n* " . self::join($links, "* ") . "\n";
 |  | 
 | 
											
												
													
														|  | 
 |  | +                        return "\n" . self::join($links, "* ") . "\n";
 | 
											
												
													
														|  |                      })();
 |  |                      })();
 | 
											
												
													
														|  |                  })(),
 |  |                  })(),
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -665,7 +665,7 @@ class SamiTwigExtension extends \Twig_Extension {
 | 
											
												
													
														|  |                      if (empty(self::todo($method)))
 |  |                      if (empty(self::todo($method)))
 | 
											
												
													
														|  |                          return null;
 |  |                          return null;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -                    return "\n> Todo: " . self::join(self::todo($method), "> * ") . "\n";
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    return "\nTodo: " . self::join(self::todo($method), "* ") . "\n";
 | 
											
												
													
														|  |                  })()
 |  |                  })()
 | 
											
												
													
														|  |              );
 |  |              );
 | 
											
												
													
														|  |          }
 |  |          }
 |